﻿@charset "utf-8";


/*侧边*/
.weixin{
	position: absolute;
    left: -110px;
    display: none;
    top:-50px;
    
    }
.side {
	position: fixed;
	width: 50px !important;
	height: 275px;
	left: 0px;
	top: 250px;
	z-index: 100;
}
.side .sidebox{ position: relative; z-index: 999;}
.side .sidebox span{ position: absolute; left: -122px; top: 0; display: inline-block; width: 170px; background: #000022; opacity: 0;transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s;}
.side ul li:hover .sidebox span{transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; opacity: 1; left: 47px;}



.side ul li {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	margin-bottom: 2px;
}

.side ul li .sidebox {
	width: 50px;
	height: 50px;
	border-radius: 0px 5px 5px 0px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #1e509b;
	color: #fff;
	font: 16px/50px "微软雅黑";
}



.side ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	background: #1e509b;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #000;
}

.side ul li img {
	float: right;
}

.side ul li .sidebox1 {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 0px 5px 5px 0px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000022;
	color: #fff;
	font: 16px/50px "微软雅黑";
	overflow: hidden;
}
